home *** CD-ROM | disk | FTP | other *** search
- This package provides interface to PCS, () matching, indentation,
- S-expression marking, and word completion from an arbitrary dictionary.
- A few keystrokes have been redefined:
-
- <Enter> Automatically indents the next line
- <Ctrl-h> This help ...
- ) Highlights its counterpart, or shows the match
- <Tab> If a block is active, indents the whole block;
- If in leading whitespace, indents the line;
- Otherwise cycles through completions (abort with ESC)
- <Shift-Tab> Starts a comment on column 49 (gives you good habits)
- <Ctrl-G> Lists all objects defined in the buffer
- <Ctrl-A> Marks the smallest S-expression around the cursor
- <Ctrl-Z> Marks the largest S-expression around the cursor
- <Alt-F10> Evaluates the entire buffer
- <Ctrl-F10> Evaluates the marked block (or the largest S-expression)
- <Ctrl-F1> Toggles Tabbing and Autoindenting